home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / balance < prev    next >
Text File  |  1994-04-25  |  332b  |  18 lines

  1. balance:
  2.  
  3. Syntax:    balance ( a )
  4.  
  5. Description:
  6.  
  7.     Balance uses the LAPACK subroutines DGEBAL and ZGEBAL to
  8.     balance the input matrix so that the row and column norms are
  9.     approximately equal.
  10.  
  11.     balance() returns a list with elements `t' and `ab'.
  12.  
  13.     ab = inv(t)*a*t
  14.  
  15.     And ab is the balanced matrix.
  16.  
  17.     Only square matrices are allowed.
  18.